repo.or.cz
/
svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Fix compiler warning due to missing function prototype.
[svn.git]
/
tools
/
buildbot
/
slaves
/
win32-xp VS2005
/
svnlog.bat
blob
91c774a1fd8b6fb44bd27bb2b8d2e3d42dc9bad3
1
@echo off
\r
2
REM IF NOT EXIST ..\config.bat GOTO noconfig
\r
3
REM call ..\config.bat
\r
4
\r
5
echo.
\r
6
echo Detailed test logs included in svncheck.bat log.
\r
7
echo.
\r
8
\r
9
EXIT 0
\r
10
\r
11
:noconfig
\r
12
echo File config.bat not found. Please copy it from config.bat.tmpl and tweak for you.
\r
13
EXIT 2